-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wdspec] browsing_context/print: add IDs to background tests and format #40421
Conversation
41ef619
to
7df56cb
Compare
Uh oh! Looks like an error! DetailsClient ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
This request requires the client to satisfy the following scope expression:
|
Re-triggering run (close + reopen) |
66aa3df
to
6334dd8
Compare
6334dd8
to
7585637
Compare
Uh oh! Looks like an error! DetailsClient ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
This request requires the client to satisfy the following scope expression:
|
I'd appreciate pointers on why https://github.com/web-platform-tests/wpt/pull/40421/checks?check_run_id=14132619502 is failing. It's not really obvious from the log, and it seems to be a false positive. I don't know why but this 'Community-TC' thing is often slow and seemingly flaky. I wonder if it's related to #31499 |
b6450ae
to
8c22609
Compare
Moved the pre-factoring changes to a dedicated PR: #40470 The intent is to try to circumvent the failures in community-tc (c.f. #38450 (comment)) as they are unrelated |
Indeed...if we do not touch files in /support, then everything (in Chrome) works great. |
Now the chrome tests are not failing however there's something wrong with the firefox ones: https://community-tc.services.mozilla.com/tasks/HciShpGSQdmcAAw3BsfAlg/runs/0/logs/public/logs/live.log @whimboo What would be the issue? |
When you check the lines earlier in this log you can see that the test |
@whimboo Thanks for the CLI, I can also reproduce it locally! |
8c22609
to
586f385
Compare
f727993
to
d9230d5
Compare
We ended up fixing this in our end: GoogleChromeLabs/chromium-bidi#841 So it turns out this PR is not necessary anymore. I'll just convert it to do some formatting changes and add IDs to the tests. |
0b25d0f
to
19b2ae8
Compare
Uh oh! Looks like an error! DetailsClient ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
This request requires the client to satisfy the following scope expression:
|
Uh oh! Looks like an error! DetailsClient ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
This request requires the client to satisfy the following scope expression:
|
19b2ae8
to
c079b8f
Compare
@whimboo this PR is very simple at this point, but All |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See commit history for explanations.
Chrome Print to PDF does not support tiny dimensions (c.f.
https://crbug.com/1430696).
The background test should not exercise dimensions testing. Instead, it
should be concerned merely with the background property.
With this change: